ComboBoxDataField Property
Specifies the name of a column in the result set defined by a (data-aware) form. A control interchanges content with its column when:
-the current row of a form changes, the control is initialized with the value from its column.
-the user changes the content of a control, this changed value is written back to its column.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public string DataField { get; set; }
Public Property DataField As String
Get
Set
Property Value
String